home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / term43-source.lha / Extras / Source / gtlayout-Source.lha / gtlayout_data.c next >
Encoding:
C/C++ Source or Header  |  1994-10-29  |  696 b   |  32 lines

  1. /*  GadTools layout toolkit
  2. **
  3. **  Copyright © 1993-1994 by Olaf `Olsen' Barthel
  4. **  Freely distributable.
  5. */
  6.  
  7. #include "gtlayout_global.h"
  8.  
  9. ULONG             ghostingPat = 0x44441111;
  10.  
  11. struct ExecBase        *SysBase;
  12. struct Library        *IntuitionBase;
  13. struct GfxBase        *GfxBase;
  14. struct Library        *UtilityBase;
  15. struct Library        *GadToolsBase;
  16. struct Library        *KeymapBase;
  17. struct LocaleBase    *LocaleBase;
  18. struct Locale        *LTP_Locale;
  19. struct SignalSemaphore     LTP_LockSemaphore;
  20. struct MinList         LTP_LockList;
  21. struct IClass        *LTP_ImageClass,
  22.             *LTP_LevelClass;
  23.  
  24. BOOLEAN             V39,
  25.              V40;
  26.  
  27. #ifdef DO_PICKSHORTCUTS
  28. UBYTE             LTP_Keys[2][256];
  29. struct SignalSemaphore     LTP_KeySemaphore;
  30. BOOLEAN             LTP_KeysInitialized;
  31. #endif
  32.